SpriteSurface.FrameSpeed

The number of vertical retraces per frame. Zero is the fastest the computer can redraw.

Syntax

FrameSpeed( Integer ) as


Parameters

Integer


Notes

Compute FrameSpeed by dividing 60 by the number of frames per second you want and round to the next Integer. Each frame will cause the NextFrame event to execute.